Click or drag to resize

ResourceRefreshLock Method (Int32, String)

Refresh the lock on this resource by resetting the lock timeout.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public ActiveLock RefreshLock(
	int timeout,
	string lockToken
)

Parameters

timeout
Type: SystemInt32
The lock timeout in seconds.
lockToken
Type: SystemString
The lock token corresponding to a lock on a resource.

Return Value

Type: ActiveLock
An ActiveLock as result of operation.
See Also